From: Volodymyr Babchuk Date: Thu, 27 Oct 2022 09:48:36 +0000 (+0200) Subject: vpci: include xen/vmap.h to fix build on ARM X-Git-Tag: archive/raspbian/4.17.0-1+rpi1^2~33^2~96 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=2ca833688abd4ce88f8eba06ee98c08d35d2d486;p=xen.git vpci: include xen/vmap.h to fix build on ARM Patch b4f211606011 ("vpci/msix: fix PBA accesses") introduced call to iounmap(), but not added corresponding include. Signed-off-by: Volodymyr Babchuk Reviewed-by: Roger Pau Monné Release-acked-by: Henry Wang --- diff --git a/xen/drivers/vpci/vpci.c b/xen/drivers/vpci/vpci.c index 98198dc2c9..6d48d496bb 100644 --- a/xen/drivers/vpci/vpci.c +++ b/xen/drivers/vpci/vpci.c @@ -19,6 +19,7 @@ #include #include +#include /* Internal struct to store the emulated PCI registers. */ struct vpci_register {